home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
casestdy
/
ch17_dav
/
clock.dcr
/
00026_Main Clock Script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-11-12
|
236 b
|
10 lines
global gClock
on initClock
set gClock to new(script "Clock Parent", 5, 6, 7)
set whichLoc to the loc of sprite 4
set the loc of sprite 5 to whichLoc
set the loc of sprite 6 to whichLoc
set the loc of sprite 7 to whichLoc
end